Install
Installing barroso
The barroso package is available on GitHub and can be installed using devtools. Before installation, make sure you have the following packages installed:
# Install devtools if needed
install.packages("devtools")
# Install dependencies
devtools::install_github("idiv-biodiversity/LCVP")
devtools::install_github("idiv-biodiversity/lcvplants")
# Install barroso
devtools::install_github("DBOSlab/barroso")Load the package
library(barroso)You are now ready to start cleaning, standardizing, and analyzing plant specimen records.
System Requirements
- R version >= 4.1
- Compatible with macOS, Windows, and Linux
- Requires internet access to query taxonomic APIs and download specimen records
Optional: Install recommended packages
For full functionality (label generation, mapping, regex, etc.), install the following suggested packages:
install.packages(c(
"dplyr", "stringr", "sf", "ggplot2", "rmarkdown", "purrr", "tidyr"
))Get Help
For troubleshooting or support, visit: